home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Hity z okladki / Diino 4 / diino4_Setup_En.exe / {app} / Diino.exe / 0 / RCDATA / TDLGMAILLINK / TDLGMAILLINK.txt
Text File  |  2006-11-06  |  2KB  |  81 lines

  1. inherited dlgMailLink: TdlgMailLink
  2.   Left = 208
  3.   Top = 627
  4.   BorderStyle = bsDialog
  5.   Caption = 'E-mail a link'
  6.   ClientHeight = 287
  7.   ClientWidth = 403
  8.   OnCreate = FormCreate
  9.   OnShow = FormShow
  10.   ExplicitWidth = 320
  11.   ExplicitHeight = 240
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   inherited btnOK: TButton
  15.     Left = 88
  16.     Top = 255
  17.     Caption = '&Send'
  18.     Default = True
  19.     OnClick = btnOKClick
  20.     ExplicitLeft = 88
  21.     ExplicitTop = 255
  22.   end
  23.   inherited btnCancel: TButton
  24.     Left = 168
  25.     Top = 255
  26.     Caption = '&Cancel'
  27.     ExplicitLeft = 168
  28.     ExplicitTop = 255
  29.   end
  30.   inherited gbOuter: TGroupBox
  31.     Width = 384
  32.     Height = 240
  33.     Caption = ''
  34.     ExplicitWidth = 384
  35.     ExplicitHeight = 240
  36.     object lblMessage: TLabel
  37.       Left = 12
  38.       Top = 80
  39.       Width = 70
  40.       Height = 13
  41.       Caption = 'Your message:'
  42.     end
  43.     object lblEmail: TLabel
  44.       Left = 12
  45.       Top = 16
  46.       Width = 169
  47.       Height = 13
  48.       Caption = 'Email address(es) of the recipient(s):'
  49.     end
  50.     object lblEmailUse: TLabel
  51.       Left = 12
  52.       Top = 56
  53.       Width = 254
  54.       Height = 13
  55.       Caption = '(Use commas (,) to separate multiple e-mail addresses)'
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clWindowText
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = []
  61.       ParentFont = False
  62.     end
  63.     object edEmail: TEdit
  64.       Left = 12
  65.       Top = 32
  66.       Width = 360
  67.       Height = 21
  68.       Anchors = [akLeft, akTop, akRight]
  69.       TabOrder = 0
  70.     end
  71.     object memMessage: TMemo
  72.       Left = 12
  73.       Top = 96
  74.       Width = 360
  75.       Height = 132
  76.       Anchors = [akLeft, akTop, akRight, akBottom]
  77.       TabOrder = 1
  78.     end
  79.   end
  80. end
  81.